home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / kobetu3.dir / 00001.ls next >
Encoding:
Text File  |  1996-01-04  |  511 b   |  18 lines

  1. on exitFrame
  2.   global yubicurs, mcurs
  3.   set the visible of sprite 5 to 1
  4.   set the visible of sprite 3 to 1
  5.   set the visible of sprite 30 to 1
  6.   set mcurs to list(912, 913)
  7.   set the cursor of sprite 18 to mcurs
  8.   repeat with n = 19 to 22
  9.     set the cursor of sprite n to yubicurs
  10.   end repeat
  11.   set the cursor of sprite 9 to yubicurs
  12.   set the cursor of sprite 16 to yubicurs
  13.   set the cursor of sprite 17 to yubicurs
  14.   set the cursor of sprite 26 to 0
  15.   set the cursor of sprite 30 to 0
  16.   updateStage()
  17. end
  18.